From 400c0339d1545c21b4e18e873a36b0d6ad2e8a0c Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 2 Jun 2015 14:40:37 -0600 Subject: [PATCH] Restore the original triple split. --- src/etc/dl-snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/dl-snapshot.py b/src/etc/dl-snapshot.py index bf18bb71c..4399229b8 100644 --- a/src/etc/dl-snapshot.py +++ b/src/etc/dl-snapshot.py @@ -34,7 +34,7 @@ with open('src/snapshots.txt') as f: date = snaps.keys()[0] triple = sys.argv[1] -ts = triple.split('-', 2) +ts = triple.split('-') arch = ts[0] if (arch == 'i586') or (arch == 'i386'): -- 2.30.2